checkbutton: Fix actionable state tracking
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jun 2021 12:37:13 +0000 (08:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jun 2021 12:38:12 +0000 (08:38 -0400)
commit3418504b4b103850b6a83d33319aaecc3c5d0d83
tree80212fef10f9b96c7c0e0c6cba2090f2937347ba
parent0a78a592ffbd8fbf4a7313dfd7ad68b637522964
checkbutton: Fix actionable state tracking

If we have a GAction as model, we just have to
call gtk_action_helper_activate() and let
the action helper handle the state updates,

Fixes: #4022
gtk/gtkcheckbutton.c